3.144 \(\int \frac {(a+b x^3)^m}{(c+d x^3)^3} \, dx\)

Optimal. Leaf size=57 \[ \frac {x \left (a+b x^3\right )^m \left (\frac {b x^3}{a}+1\right )^{-m} F_1\left (\frac {1}{3};-m,3;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c^3} \]

[Out]

x*(b*x^3+a)^m*AppellF1(1/3,-m,3,4/3,-b*x^3/a,-d*x^3/c)/c^3/((1+b*x^3/a)^m)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 57, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {430, 429} \[ \frac {x \left (a+b x^3\right )^m \left (\frac {b x^3}{a}+1\right )^{-m} F_1\left (\frac {1}{3};-m,3;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c^3} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x^3)^m/(c + d*x^3)^3,x]

[Out]

(x*(a + b*x^3)^m*AppellF1[1/3, -m, 3, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/(c^3*(1 + (b*x^3)/a)^m)

Rule 429

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, -((b*x^n)/a), -((d*x^n)/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 430

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[(a^IntPart[p]*(a + b*x^n)^F
racPart[p])/(1 + (b*x^n)/a)^FracPart[p], Int[(1 + (b*x^n)/a)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rubi steps

\begin {align*} \int \frac {\left (a+b x^3\right )^m}{\left (c+d x^3\right )^3} \, dx &=\left (\left (a+b x^3\right )^m \left (1+\frac {b x^3}{a}\right )^{-m}\right ) \int \frac {\left (1+\frac {b x^3}{a}\right )^m}{\left (c+d x^3\right )^3} \, dx\\ &=\frac {x \left (a+b x^3\right )^m \left (1+\frac {b x^3}{a}\right )^{-m} F_1\left (\frac {1}{3};-m,3;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 0.41, size = 162, normalized size = 2.84 \[ -\frac {4 a c x \left (a+b x^3\right )^m F_1\left (\frac {1}{3};-m,3;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{\left (c+d x^3\right )^3 \left (-3 x^3 \left (b c m F_1\left (\frac {4}{3};1-m,3;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )-3 a d F_1\left (\frac {4}{3};-m,4;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )-4 a c F_1\left (\frac {1}{3};-m,3;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(a + b*x^3)^m/(c + d*x^3)^3,x]

[Out]

(-4*a*c*x*(a + b*x^3)^m*AppellF1[1/3, -m, 3, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/((c + d*x^3)^3*(-4*a*c*AppellF1
[1/3, -m, 3, 4/3, -((b*x^3)/a), -((d*x^3)/c)] - 3*x^3*(b*c*m*AppellF1[4/3, 1 - m, 3, 7/3, -((b*x^3)/a), -((d*x
^3)/c)] - 3*a*d*AppellF1[4/3, -m, 4, 7/3, -((b*x^3)/a), -((d*x^3)/c)])))

________________________________________________________________________________________

fricas [F]  time = 1.19, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (b x^{3} + a\right )}^{m}}{d^{3} x^{9} + 3 \, c d^{2} x^{6} + 3 \, c^{2} d x^{3} + c^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^m/(d*x^3+c)^3,x, algorithm="fricas")

[Out]

integral((b*x^3 + a)^m/(d^3*x^9 + 3*c*d^2*x^6 + 3*c^2*d*x^3 + c^3), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b x^{3} + a\right )}^{m}}{{\left (d x^{3} + c\right )}^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^m/(d*x^3+c)^3,x, algorithm="giac")

[Out]

integrate((b*x^3 + a)^m/(d*x^3 + c)^3, x)

________________________________________________________________________________________

maple [F]  time = 0.56, size = 0, normalized size = 0.00 \[ \int \frac {\left (b \,x^{3}+a \right )^{m}}{\left (d \,x^{3}+c \right )^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^3+a)^m/(d*x^3+c)^3,x)

[Out]

int((b*x^3+a)^m/(d*x^3+c)^3,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b x^{3} + a\right )}^{m}}{{\left (d x^{3} + c\right )}^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^m/(d*x^3+c)^3,x, algorithm="maxima")

[Out]

integrate((b*x^3 + a)^m/(d*x^3 + c)^3, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {{\left (b\,x^3+a\right )}^m}{{\left (d\,x^3+c\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^3)^m/(c + d*x^3)^3,x)

[Out]

int((a + b*x^3)^m/(c + d*x^3)^3, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**3+a)**m/(d*x**3+c)**3,x)

[Out]

Timed out

________________________________________________________________________________________